internal/reflectlite.uncommonType.xcount (field)

4 uses

	internal/reflectlite (current package)
		type.go#L184: 	xcount  uint16  // number of exported methods
		type.go#L441: 	if t.xcount == 0 {
		type.go#L444: 	return (*[1 << 16]method)(add(unsafe.Pointer(t), uintptr(t.moff), "t.xcount > 0"))[:t.xcount:t.xcount]